machine language
英 [məˈʃiːn ˈlæŋɡwɪdʒ]
美 [məˈʃiːn ˈlæŋɡwɪdʒ]
机器语言;计算机语言
英英释义
noun
- a set of instructions coded so that the computer can use it directly without further translation
- a programming language designed for use on a specific class of computers
双语例句
- For some remote systems, the translation of configuration information into machine language.
对于某些远程系统,将配置信息翻译成机器语言的过程。 - Research and Development on Control System and Decision-making System of Robot Soccer; If programmers had to write in machine language, there would be very few programmers.
足球机器人体系结构研究及决策程序开发如果程序员必须用机器语言编程序的话,那么就几乎没有人能做程序员了。 - A program written in a language from which statements are translated into machine language.
用某一语言所写并被翻译成机器语言的程序。 - Programmers use assembly languages when it is important to minimize the time it takes to run a program, because the translation from assembly language to machine language is relatively simple.
当尽量减少程序的运行时间很重要时,程序员就使用汇编语言,因为从汇编语言到机器语言的翻译相对简单。 - The Tao gave birth to machine language. machine language gave birth to the assembler.
道生机器语言,机器语言生汇编嚣。 - High-level languages are programming languages that must first be translated into a machine language before they can be understood and processed by a computer.
高级语言是在计算机能够理解和处理之前必须首先翻译成机器语言的编程语言。 - Stepping through each command and watching how the register and memory values are affected is also a great way to learn the basics of the Intel machine language commands.
单步执行每个命令并观察寄存器和内存值如何受影响,这也是学习Intel机器语言命令基础知识的理想方法。 - A program that translates instructions written in a high level programming language into machine language.
一种把用高级编程语言编写的指令翻译成机器语言的程序。 - P-code is a machine language that is executed in a virtual machine rather than in actual hardware.
P-code是一种机器语言,运行于虚拟机而不是实际硬件。 - In computer programming, sections of assembler, or machine language, embedded into a high level language program.
在计算机程序设计中,嵌入高级语言程序中的一般汇编语言或机器语言。